home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / desktop / awpsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-05-08  |  4.3 KB  |  80 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=AllWallpapers
  4. AppVerName=AllWallpapers 2.0
  5. AppId={{69342DCB-EED4-421E-9CD6-B56C7C96506D}
  6. AppVersion=2.0
  7. AppPublisher=Nimble Software
  8. AppPublisherURL=http://www.nimblesoftware.com/
  9. AppSupportURL=http://www.nimblesoftware.com/support/
  10. AppUpdatesURL=http://www.nimblesoftware.com/download/
  11. AppMutex=AllWallpapers_OneInstance32.Default
  12. DefaultDirName={pf}\AllWallpapers
  13. DefaultGroupName=AllWallpapers
  14. OutputBaseFilename=awpsetup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\awp.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  23. Source: "{app}\awp.hlp"; DestDir: "{app}"; 
  24. Source: "{app}\awp.cnt"; DestDir: "{app}"; 
  25. Source: "{app}\sounds\default.wav"; DestDir: "{app}\sounds"; 
  26. Source: "{app}\collection\sla_mercedes.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  27. Source: "{app}\collection\z8-bmw-2.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  28. Source: "{app}\collection\800voyBorged.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  29. Source: "{app}\collection\aston3-600.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  30. Source: "{app}\collection\car1.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  31. Source: "{app}\collection\car2.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  32. Source: "{app}\collection\flower.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  33. Source: "{app}\collection\flower2.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  34. Source: "{app}\collection\mercedes.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  35. Source: "{app}\collection\nature1.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  36. Source: "{app}\collection\parrot.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  37. Source: "{app}\collection\rose.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  38. Source: "{app}\collection\ship_in_sea.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  39. Source: "{app}\collection\terminator3.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  40. Source: "{app}\collection\cartoon1.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  41. Source: "{app}\collection\cartoon2.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  42. Source: "{app}\collection\jedi.jpg"; DestDir: "{app}\collection"; Flags: onlyifdoesntexist 
  43. Source: "{app}\sounds\sound6.WAV"; DestDir: "{app}\sounds"; 
  44. Source: "{app}\sounds\sound1.WAV"; DestDir: "{app}\sounds"; 
  45. Source: "{app}\sounds\sound2.WAV"; DestDir: "{app}\sounds"; 
  46. Source: "{app}\sounds\sound3.WAV"; DestDir: "{app}\sounds"; 
  47. Source: "{app}\sounds\sound4.WAV"; DestDir: "{app}\sounds"; 
  48. Source: "{app}\sounds\sound5.WAV"; DestDir: "{app}\sounds"; 
  49. [Registry]
  50. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "awp"; ValueType: String; ValueData: "{app}\awp.exe"; Flags: createvalueifdoesntexist uninsdeletevalue noerror 
  51. Root: HKCU; Subkey: "Software\Nimble Software"; Flags: uninsdeletekey 
  52. [Run]
  53. Filename: "{app}\awp.exe"; WorkingDir: "{app}"; Description: "AllWallpapers"; Flags: postinstall nowait
  54. [Icons]
  55. Name: "{group}\AllWallpapers"; Filename: "{app}\awp.exe"; 
  56. Name: "{group}\Help"; Filename: "{app}\awp.hlp"; 
  57. [UninstallDelete]
  58. Type: files; Name: "{app}\awp.hlp"; 
  59. Type: files; Name: "{app}\awp.gid"; 
  60. Type: files; Name: "{app}\awp.cnt"; 
  61. Type: files; Name: "{app}\*.ini"; 
  62. Type: files; Name: "{app}\*.fts"; 
  63. Type: files; Name: "{app}\*.ftg"; 
  64. Type: files; Name: "{app}\awp.exe"; 
  65. Type: dirifempty; Name: "{app}"; 
  66. [CustomMessages]
  67. default.NameAndVersion=%1 version %2
  68. default.AdditionalIcons=Additional icons:
  69. default.CreateDesktopIcon=Create a &desktop icon
  70. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  71. default.ProgramOnTheWeb=%1 on the Web
  72. default.UninstallProgram=Uninstall %1
  73. default.LaunchProgram=Launch %1
  74. default.AssocFileExtension=&Associate %1 with the %2 file extension
  75. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  76. [Languages]
  77. ; These files are stubs
  78. ; To achieve better results after recompilation, use the real language files
  79. Name: "default"; MessagesFile: "embedded\default.isl"; 
  80.